LINALG
Source Files
Modules
Procedures
Derived Types
msr_to_dense
Function
10 statements
Source File
linalg_sparse.f90
linalg_sparse
msr_to_dense
Contents
public pure function msr_to_dense(a) result(x)
Converts an MSR matrix to a dense matrix.
Arguments
Type
Intent
Optional
Attributes
Name
class(
msr_matrix
),
intent(in)
::
a
The MSR matrix to convert.
Return Value
real(kind=real64), allocatable, dimension(:,:)
The dense matrix.